CarManeuverInstructionRenderer

class CarManeuverInstructionRenderer

Create instructions from the Mapbox navigation maneuvers.

Constructors

CarManeuverInstructionRenderer
Link copied to clipboard
fun CarManeuverInstructionRenderer()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
renderInstruction
Link copied to clipboard
fun renderInstruction(maneuver: List<Component>, shields: List<RouteShield>, exitView: MapboxExitText, modifier: String?, desiredHeight: Int): CharSequence
toString
Link copied to clipboard
open fun toString(): String